home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 …SCII & the Runetime Code / ADC Developer CD (1992-07) (''Butch ASCII And The Runtime Code'')_iso / Dev.CD 199207.iso / Developer Essentials / DTS Sample Code / Snippets / Toolbox & IAC / ◊Other / Modal TextEdit / readme < prev   
Encoding:
Text File  |  1992-05-05  |  422 b   |  8 lines  |  [TEXT/KAHL]

  1. Modal Dialog TextEdit useritem snippet
  2. Steve Falkenburg-- MacDTS
  3.  
  4. This snippet shows the steps necessary to implement a scrolling, editable text field
  5. in a dialog.  You may want to do this if you will be requiring the user to enter more than
  6. 255 characters (the limit for editText items), if you want a different font for several
  7. different editText items, or if you want to add scrolling support to an editible text item.
  8.